home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 36 / Issue 36.iso / pc / iwks / Wap / NokiaToolkit2_0 / setup.exe / Disk1 / data1.cab / ServerSim-Config-Default / ResponseHandling.config < prev    next >
Encoding:
Text File  |  2000-06-19  |  2.7 KB  |  76 lines

  1. #---------------------------------------------------------------
  2. # ResponseHandling.config
  3. #---------------------------------------------------------------
  4. #
  5. # The parameters in this file specify how WSP responses are
  6. # processed in the Nokia WAP Server. The new values of the 
  7. # parameters are taken into use in traffic start.
  8. #
  9. # The file contains definitions of the following parameters:
  10. # ERROR_RESPONSE_HANDLING
  11. # HTML_FILTER_ENABLED
  12. # HTML_FILTER_INCLUDE_IMAGES
  13. # TEXT_FILTER_ENABLED
  14. # REMOVE_RESPONSE_HEADERS
  15. #
  16. #---------------------------------------------------------------
  17.  
  18. #-----------------------------
  19. # Error response configuration
  20. #-----------------------------
  21.  
  22. # Parameter name: ERROR_RESPONSE_HANDLING
  23. # Description:    Specify how to process error responses, i.e. what is sent
  24. #                 to the client when the origin server responses with an
  25. #                 error status.
  26. # Allowed values: 1 (Send origin server response if convertable)
  27. #                 2 (Send origin server response only if its type is WML or WMLC)
  28. #                 3 (Discard origin server response, send own error responses)
  29. #                 4 (Send only status code with no content)
  30. # See also:       data\error_responses.txt to see error responses generated by 
  31. #                 the Nokia WAP Server
  32. # Default value:  1
  33.  
  34. ERROR_RESPONSE_HANDLING=1
  35.  
  36. #---------------------------------------
  37. # Configuration of HTML to WML converter
  38. #---------------------------------------
  39.  
  40. # Parameter name: HTML_FILTER_ENABLED      
  41. # Description:    enable/disable HTML to WML conversion
  42. # Allowed values: true, false
  43. # Default value:  true  (conversion enabled)
  44.  
  45. HTML_FILTER_ENABLED=true
  46.  
  47. # Parameter name: HTML_FILTER_INCLUDE_IMAGES
  48. # Description:    include/exclude references to images in converted WML
  49. # Allowed values: true, false
  50. # Default value:  true  (image references included)
  51.  
  52. HTML_FILTER_INCLUDE_IMAGES=true
  53.  
  54. #---------------------------------------------
  55. # Configuration of plain text to WML converter
  56. #---------------------------------------------
  57.  
  58. # Parameter name: TEXT_FILTER_ENABLED      
  59. # Description:    enable/disable plain text to WML conversion
  60. # Allowed values: true, false
  61. # Default value:  true  (conversion enabled)
  62.  
  63. TEXT_FILTER_ENABLED=true
  64.  
  65. #---------------------------------
  66. # WSP response processing settings
  67. #---------------------------------
  68.  
  69. # Parameter name: REMOVE_RESPONSE_HEADERS
  70. # Description:    list of HTTP headers which must not be sent in WSP responses
  71. # Allowed values: HTTP header names separated by comma (,)
  72. # Default value:  <empty>  (no headers removed)
  73.  
  74. REMOVE_RESPONSE_HEADERS=
  75.  
  76. #----------- end of file ------------